home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / fwmx2k4.exe / Disk1 / data1.cab / App_Files / Configuration / Extensions / Data-Driven Graphics Wizard.mxi < prev    next >
Encoding:
Text File  |  2003-08-22  |  1.0 KB  |  39 lines

  1. <macromedia-extension
  2.     name="Data-Driven Graphics Wizard"
  3.     version="1.0"
  4.     type="Command">
  5.  
  6.     <!-- List the required/compatible products -->
  7.  
  8.     <products>
  9.         <product name="Fireworks" version="6" primary="true" />
  10.     </products>
  11.  
  12.     <!-- Describe the author -->
  13.  
  14.     <author name="Joseph Lowery" />
  15.  
  16.     <!-- Describe the extension -->
  17.  
  18.     <description>
  19.     <![CDATA[
  20.     Combines data from an XML file with variables embedded in a Fireworks template file to generate multiple new graphics based on the template file.
  21.     ]]>
  22.     </description>
  23.  
  24.     <!-- Describe where the extension shows in the UI of the product -->
  25.  
  26.     <ui-access>
  27.     <![CDATA[
  28.     To use Data-Driven Graphics Wizard, choose Commands > Data-Driven Graphics Wizard.
  29.     ]]>
  30.     </ui-access>
  31.     <!-- Describe the files that comprise the extension -->
  32.  
  33.     <files>
  34.         <file name="Data-Driven Graphics Wizard.swf" destination="$fireworks/configuration/commands/" />
  35.     </files>
  36.  
  37.     <!-- Describe the changes to the configuration -->
  38.  
  39.     <configuration-changes>
  40.     </configuration-changes>
  41.  
  42. </macromedia-extension>
  43.